home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETFX.CAB / admin.chm / html / vs70_5.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-02-21  |  13.2 KB  |  583 lines

  1. /* VERSION 9204 */
  2. /* THIS A PRE-RELEASE VERSION OF THE CSS. */
  3. /* Cascading Style Sheet for use with Developer Tools User Education Docs in the Visual Studio.NET timeframe */
  4.  
  5.  
  6. /* --------------------------------------------------
  7.                   MAIN TOPIC STYLES
  8. -------------------------------------------------- */
  9.  
  10. body /* This body tag requires the use of one of the sets of banner and/or text div ids */
  11.     {
  12.     margin: 0px 0px 0px 0px;
  13.     padding: 0px 0px 0px 0px;
  14.     background: #ffffff; 
  15.     color: #000000;
  16.     font-family: Verdana, Arial, Helvetica, sans-serif;
  17.     font-size: 70%;
  18.     width: 100%;
  19.     }
  20. div#scrollyes /* Allows topic to scroll with correct margins. Cannot be used with running head banner */
  21.     {     /* Must immediately follow <body>. */
  22.     padding: 2px 15px 2px 22px;
  23.     width: 100%;
  24.     }
  25. div#nsbanner /* Creates Nonscrolling banner region */
  26.     {
  27.     position: relative;
  28.     left: 0px;
  29.     padding: 0px 0px 0px 0px;
  30.     border-bottom: 1px solid #999999;
  31.     }
  32. div#nstext /* Creates the scrolling text area for Nonscrolling region topic */
  33.     {
  34.     padding: 5px 10px 0px 22px; 
  35.     }
  36. div#scrbanner /* Creates the running head bar in a full-scroll topic */
  37.     {     /* Allows topic to scroll. */
  38.     margin: 0px 0px 0px 0px;
  39.     padding: 0px 0px 0px 0px;
  40.     border-bottom: 1px solid #999999;
  41.     }
  42. div#scrtext /* Creates the text area in a full-scroll topic */
  43.     {   /* Allows topic to scroll. */
  44.     width: 100%; /* Forces tables to have correct right margin */
  45.     padding: 0px 10px 0px 22px; 
  46.     }
  47. div#bannerrow1 /* provides full-width color to top row in running head (requires script) */
  48.     {
  49.     background-color: #99ccff;
  50.     }
  51. div#titlerow /* provides non-scroll topic title area (requires script) */
  52.     {
  53.     width: 100%; /* Forces tables to have correct right margin */
  54.     padding: 0px 10px 0px 22px; 
  55.     background-color: #99ccff;        
  56.     }
  57.  
  58. /* --------------------------------------------------
  59.                     HEADING STYLES
  60. -------------------------------------------------- */
  61.  
  62. h1, h2, h3, h4
  63.     {
  64.     font-family: Verdana, Arial, Helvetica, sans-serif;
  65.     margin-bottom: .4em; 
  66.     margin-top: 1em;
  67.     font-weight: bold;
  68.     }
  69. h1
  70.     {
  71.     font-size: 120%;
  72.     margin-top: 0em;
  73.     }
  74. div#scrollyes h1 /* Changes font size for full-scrolling topic */
  75.     {
  76.     font-size: 150%;
  77.     }
  78. h2
  79.     {
  80.     font-size: 130%;
  81.     }
  82. h3
  83.     {
  84.     font-size: 115%;
  85.     }
  86. h4
  87.     {
  88.     font-size: 100%;
  89.     }
  90. .dtH1, .dtH2, .dtH3, .dtH4
  91.     {
  92.     margin-left: -18px;
  93.     }
  94. div#titlerow h1
  95.     {
  96.     margin-bottom: .2em
  97.     }
  98.  
  99. /* --------------------------------------------------
  100.                      TEXT STYLES
  101. -------------------------------------------------- */
  102.  
  103. p
  104.     {
  105.     margin: .5em 0em .5em 0em;
  106.     }
  107. blockquote.dtBlock
  108.     {
  109.     margin: .5em 1.5em .5em 1.5em;
  110.     }
  111. div#dtHoverText
  112.     {
  113.     color: #000066;
  114.     }
  115. .normal
  116.     {
  117.     margin: .5em 0em .5em 0em;
  118.     }
  119. .fineprint
  120.     {
  121.     font-size: 90%; /* i.e., 90% of 70% */
  122.     }
  123. .indent
  124.     {
  125.     margin: .5em 1.5em .5em 1.5em;
  126.     }
  127. .topicstatus /* Topic Status Boilerplate class */
  128.     {
  129.     display: block;
  130.     color: red;
  131.     }
  132.  
  133. /* --------------------------------------------------
  134.                      LABEL STYLES
  135. -------------------------------------------------- */
  136.  
  137. p.label
  138.     {
  139.     margin-top: 1em;
  140.     }
  141. p.labelproc
  142.     {
  143.     margin-top: 1em;
  144.     color: #000066;
  145.     }
  146.  
  147. /* --------------------------------------------------
  148.                     GRAPHIC STYLES
  149. -------------------------------------------------- */
  150.  
  151. img
  152.     {
  153.     border: none; 
  154.     }
  155.  
  156. /* --------------------------------------------------
  157.                      LIST STYLES
  158. -------------------------------------------------- */
  159.  
  160. ol, ul
  161.     {
  162.     margin: .5em 0em 0em 2em; 
  163.     }
  164. li
  165.     {
  166.     margin-bottom: .5em;
  167.     }
  168. ul p, ol p, dl p
  169.     {
  170.     margin-left: 0em;
  171.     }
  172. ul p.label, ol p.label
  173.     {
  174.     margin-top: .5em;
  175.     }
  176.  
  177. /* --------------------------------------------------
  178.                DEFINITION LIST STYLES
  179. -------------------------------------------------- */
  180.  
  181. dl
  182.     {
  183.     margin-top: 0em; 
  184.     padding-left: 1px; /* Prevents italic-letter descenders from being cut off */
  185.     }
  186. dd
  187.     {
  188.     margin-bottom: 0em;  
  189.     margin-left: 1.5em; 
  190.     }
  191. dt
  192.     {
  193.     margin-top: .5em; 
  194.     }
  195.  
  196. /* --------------------------------------------------
  197.            CODE, SYNTAX, and REFTIP STYLES
  198. -------------------------------------------------- */
  199.  
  200. pre
  201.     {
  202.     margin-top: .5em;
  203.     margin-bottom: .5em; 
  204.     }
  205. pre, code, .code
  206.     {
  207.     font: 100% Monospace, Courier New, Courier; /* This is 100% of 70% */
  208.     color: #000066;
  209.     }
  210. pre b, code b
  211.     {
  212.     letter-spacing: .1em; /* opens kerning on bold in Syntax/Code */
  213.     }
  214. pre.syntax
  215.     {
  216.     background: #cccccc;
  217.     padding: 4px 8px;
  218.     cursor: text;
  219.     margin-top: 1em;
  220.     margin-bottom: 1em; 
  221.     color: #000000;
  222.     border-width: 1px;
  223.     border-style: solid;
  224.     border-color: #999999;
  225.     }
  226.  
  227. /* --------------------------------------------------
  228.                       LINK STYLES
  229. -------------------------------------------------- */
  230.  
  231. a:link
  232.     {
  233.     color: #0000ff;
  234.     }
  235. a:visited
  236.     {
  237.     color: #0000ff;
  238.     }
  239. a:hover
  240.     {
  241.     color: #3366ff;
  242.     }
  243.  
  244. /* ---------------------------
  245. MSHelp\:link - Help HxLinks
  246. --------------------------- */
  247. MSHelp\:link
  248.     {
  249.     text-decoration: underline; 
  250.     color: #0000ff; 
  251.     hoverColor: #3366ff;
  252.     filterString: ;
  253.     }    
  254. A.HxLinkTable /* MSHelp\:link - Table disambiguation elements */
  255.     {
  256.     }
  257. /* ---------------------------
  258. MSHelp\:ktable - Help links
  259. --------------------------- */
  260. MSHelp\:ktable
  261.     {
  262.     disambiguator: span;
  263.     separator:  |
  264.     prefix: |
  265.     postfix:  
  266.     filterString: ;
  267.     }
  268. div.HxLinkTable
  269.     {
  270.     width: auto; /* Works around IE5.x bug: Forces tables to have correct right margins and top spacing */
  271.     margin-top: -.4em;
  272.     visibility: visible;
  273.     }
  274. ol div.HxLinkTable, ul div.HxLinkTable
  275.     {
  276.     margin-top: 0em; /* Forces tables to have correct right margins and top spacing */
  277.     }
  278. table.HxLinkTable /* Keep in sync with general table settings below */
  279.     {
  280.     width: auto;
  281.     margin-top: 1.5em;
  282.     margin-bottom: .3em;
  283.     margin-left: -1em;
  284.     border-width: 1px 1px 0px 0px;
  285.     border-style: solid;
  286.     border-color: #999999;
  287.     background-color: #999999; 
  288.     font-size: 100%; /* Text in Table is same size as text outside table */
  289.     behavior:url(hxlinktable.htc); /* Attach the behavior to link elements. */
  290.     }
  291. table.HxLinkTable th, table.HxLinkTable td /* Keep in sync with general table settings below */
  292.     { 
  293.     border-style: solid; /* Creates the cell border and color */
  294.     border-width: 0px 0px 1px 1px;
  295.     border-style: solid;
  296.     border-color: #999999;
  297.     padding: 4px 6px;
  298.     text-align: left;
  299.     }
  300. table.HxLinkTable th /* Keep in sync with general table settings below */
  301.     { 
  302.     background: #cccccc; /* Creates the shaded table header row */
  303.     vertical-align: bottom;
  304.     }
  305. table.HxLinkTable td /* Keep in sync with general table settings below */
  306.     {
  307.     background: #ffffff;
  308.     vertical-align: top;
  309.     }
  310.  
  311. /* --------------------------------------------------
  312.                     TABLE STYLES
  313. -------------------------------------------------- */
  314.  
  315. div.tablediv
  316.     {
  317.     width: 100%; /* Works around IE5.x bug: Forces tables to have correct right margins and top spacing */
  318.     margin-top: -.4em;
  319.     }
  320. ol div.tablediv, ul div.tablediv, ol div.HxLinkTable, ul div.HxLinkTable
  321.     {
  322.     margin-top: 0em; /* Forces tables to have correct right margins and top spacing */
  323.     }
  324. table.dtTABLE
  325.     {
  326.     width: 100%; /* Forces tables to have correct right margin */
  327.     margin-top: .6em;
  328.     margin-bottom: .3em;
  329.     border-width: 1px 1px 0px 0px;
  330.     border-style: solid;
  331.     border-color: #999999;
  332.     background-color: #999999; 
  333.     font-size: 100%; /* Text in Table is same size as text outside table */
  334.     }
  335. table.dtTABLE th, table.dtTABLE td
  336.     { 
  337.     border-style: solid; /* Creates the cell border and color */
  338.     border-width: 0px 0px 1px 1px;
  339.     border-style: solid;
  340.     border-color: #999999;
  341.     padding: 4px 6px;
  342.     text-align: left;
  343.     }
  344. table.dtTABLE th    
  345.     { 
  346.     background: #cccccc; /* Creates the shaded table header row */
  347.     vertical-align: bottom;
  348.     }
  349. table.dtTABLE td    
  350.     {
  351.     background: #ffffff;
  352.     vertical-align: top;
  353.     }
  354. table.SampMgr
  355.     {
  356.     margin: 0px 0px 0px -22px;
  357.     }
  358. table.SampMgr td
  359.     {
  360.     padding-left: 22px;
  361.     }
  362.  
  363. /* --------------------------------------------------
  364. ISSUE REPORTING AND MISC LINKS TOPIC FOOTER
  365. -------------------------------------------------- */
  366.  
  367. div.footer
  368.     {
  369.     font-style: italic;
  370.     }
  371. div.footer hr
  372.     {
  373.     color: #999999;
  374.     height: 1px;
  375.     }
  376.  
  377. /* --------------------------------------------------
  378.              STYLES FOR RUNNING HEADS
  379. -------------------------------------------------- */
  380.  
  381. table.bannerparthead, table.bannertitle /* General values for the Running Head tables */
  382.     {
  383.     position: relative;
  384.     left: 0px;
  385.     top: 0px;
  386.     padding: 0px 0px 0px 0px;
  387.     margin: 0px 0px 0px 0px;
  388.     width: 100%;
  389.     height: 21px; 
  390.     border-collapse: collapse;
  391.     border-style: solid;
  392.     border-width: 0px;
  393.     background-color: #99ccff; 
  394.     font-size: 100%;
  395.     }
  396. table.bannerparthead td /* General Values for cells in the top row of running head */
  397.     {
  398.     margin: 0px 0px 0px 0px;
  399.     padding: 2px 0px 0px 4px;
  400.     vertical-align: middle;
  401.     /*border-width: 0px 0px 1px 0px; */
  402.     border-width: 0px
  403.     border-style: solid;
  404.     border-color: #999999;
  405.     background: transparent; 
  406.     font-style: italic;
  407.     font-weight: normal;
  408.     }
  409. table.bannerparthead td.product /* Values for top right cell in running head */
  410.     {                       /* Allows for a second text block in the running head */
  411.     text-align: right;
  412.     padding: 2px 5px 0px 5px;
  413.     }
  414. table.bannertitle td /* General Values for cells in the bottom row of running head */
  415.     {
  416.     margin: 0px 0px 0px 0px;
  417.     padding: 0px 0px 0px 3px;
  418.     vertical-align: middle;
  419.     border-width: 0px 0px 1px 0px;
  420.     border-style: solid;
  421.     border-color: #999999;
  422.     background: transparent;
  423.     font-weight: bold;
  424.     }
  425. td.button1 /* Values for button cells */
  426.     {
  427.     width: 14px;
  428.     cursor: hand;
  429.     }
  430.  
  431.  
  432. /* =================================================
  433.             STYLES REQUIRED BY THE SCRIPT */
  434.  
  435. /* --------------------------------------------------
  436. RUNNING HEAD BAR POPUP STYLES: See Also, Requirements, MultiLang Filtering
  437. -------------------------------------------------- */
  438.  
  439. div.sapop, div.langMenu /* See Also & Requirements popups */
  440.     {
  441.     position: absolute;
  442.     left: 0px;
  443.     z-index: 1;
  444.     width: 50%;
  445.     padding: 0px 8px 5px 26px;
  446.     visibility: hidden;
  447.     border: 1px solid #999999; /* Same as all other border colors */
  448.     background: #ffffcc;
  449.     }
  450. div.langMenu /* MultiLang Filter popup */
  451.     {
  452.     padding: 10px 10px 10px 10px;
  453.     }
  454. div.langMenu ul
  455.     {
  456.     list-style-type: none;
  457.     padding-left: 5px;
  458.     margin-left: 0px;
  459.     }
  460. .lang, .ilang /* controls the multilang tag styles */
  461.     {
  462.     color: #333333;
  463.     font-family: Verdana, Arial, Helvetica, sans-serif;
  464.     font-size: 80%;
  465.     font-weight: normal;
  466.     font-style: normal;
  467.     }
  468. h1 .lang, h1 .ilang 
  469.     {
  470.     font-size: 65%;
  471.     }
  472. div.filtered
  473.     {
  474.     margin-top: .6em;
  475.     margin-bottom: .6em;
  476.     margin-left: -7px;
  477.     padding: 0px 0px 0px 6px;
  478.     border-left: 1px solid #999999;
  479.     background: #ffffff;
  480.     }
  481. div.filtered h1, div.filtered h2, div.filtered h3, div.filtered h4
  482.     {
  483.     margin-left: -22px;
  484.     }
  485. div.filtered span.lang
  486.     {
  487.     position: relative;
  488.     left: 0px;
  489.     }
  490.  
  491. /* --------------------------------------------------
  492.               PARAMETER POPUP STYLES
  493. -------------------------------------------------- */
  494.  
  495. div.reftip /* Defines the RefTip popup in Syntax */
  496.     {
  497.     position: absolute;
  498.     z-index: 1;
  499.     visibility: hidden;
  500.     border: 1px solid #999999;
  501.     background: #ffffcc;
  502. /*    padding: 0px 0px 0px 0px; */    
  503.     }
  504. div.reftip dl /* Sets margin around the text within the popup */
  505.     {
  506.     margin: 3px 8px 8px 8px;
  507.     }
  508. a.synParam /* parameter popup links */
  509.     {
  510.     color: #0000ff; /* Must match the a:link style color */
  511.     text-decoration: underline;
  512.     }
  513. a.synParam:visited /* ensures parameter popup links are always the unvisited color */
  514.     {
  515.     color: #0000ff; /* Must match the a:link style color */
  516.     text-decoration: underline;
  517.     }
  518. a.synParam:hover /* parameter popup links */
  519.     {
  520.     color: #3366ff; /* Must match the a:hover style color */
  521.     text-decoration: underline;
  522.     font-style: italic;
  523.     }
  524.  
  525. /* --------------------------------------------------
  526.               EXPAND-COLLAPSE STYLES
  527. -------------------------------------------------- */
  528.  
  529. div.expandBody1, div.expandBody2, div.expandBody3, div.expandBody4, div.expandBody5
  530.     {
  531.     margin: .5em 0em 0em 1.4em;
  532.     display:none;
  533.     }
  534. a#ExPand, a#ExPandAll
  535.     {
  536.     color: #3366ff;
  537.     font-weight: bold;
  538.     }
  539.  
  540. /* --------------------------------------------------
  541.               GLOSSARY POPUP STYLES 
  542.           Not used by Visual Studio.net 
  543. -------------------------------------------------- */
  544.  
  545. /* COMMENT OUT GLOSSARY SECTION
  546. /*div#popUpWindow
  547.     { Controlled by the script in the variable L_PopUpBoxStyle_Style
  548.     }*/
  549. a.glosslink:link
  550.     {
  551.     color: #000000;
  552.     }
  553. a.glosslink:visited
  554.     {
  555.     color: #000000; 
  556.     }
  557. a.glosslink:hover
  558.     {
  559.     color: #000000;
  560.     font-style: italic;
  561.     }
  562. div#popUpWindow h5 /* Controls the style of the Term in Glossary Popups */
  563.     {
  564.     margin: 5px 5px 5px 5px;
  565.     color: #000000;
  566.     }
  567. div#popUpWindow p /* Controls the style of the Text in Glossary Popups */
  568.     {
  569.     margin: 5px 5px 5px 5px;
  570.     color: #000000;
  571.     }
  572. p.GLOSSARY_TEXT
  573.     {
  574.     }
  575. div#popUpWindow a /* Controls the style of the Links in Glossary Popups */
  576.     {
  577.     }
  578.  
  579. *//* END COMMENT OUT OF GLOSSARY SECTION */
  580.  
  581. /* END STYLES REQUIRED BY THE SCRIPT 
  582. ================================================== */
  583.